home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / arc / Packdev1_9src.readme < prev    next >
Encoding:
Text File  |  1998-10-31  |  6.0 KB  |  127 lines

  1. Short:    Packs devices., XPK, V1.9 (+source)
  2. Author:   christianw@on-line.de
  3. Uploader: christianw@on-line.de
  4. Type:     util/arc
  5.  
  6. With  this program you can read or write data directly from/to a disk.  The
  7. blocks of the disk are read and stored into a file.  All types of disks can
  8. be read (i.e.  DHx:  RAD:  DFx:  etc., but not CD Roms).  When handling DOS
  9. disks,  only  the  used blocks are read/written if not specified otherwise.
  10. All blocks are handled if the disk has no known filesystem (e.g.  PeeCee or
  11. Mac  disks  or  demo disks with trackloaders).  The data can also be packed
  12. with  any  bugfree  XPK  packer.   The  program  currently only has a shell
  13. interface, but a GUI is in progress.
  14.  
  15. I will not develop this program any further because I don't use my
  16. Amiga anymore. However, there still seems to be interest in PackDev,
  17. so I decided to add the source code to the archive, the whole still
  18. being freeware.
  19.  
  20.  
  21. Aug-14 1994 V1.0 - Initial release, never released I think...
  22.  
  23. Aug-18 1994 V1.1 - Minor bugs fixed
  24.  
  25. Apr-16 1995 V1.2 - Problems  with  OFS disks fixed (PackDev didn't know the
  26.                    number of free/used blocks)
  27.                  - ALL, NOVERBOSE, QUIET and NOCONFIRM keyword added
  28.                  - Doc file corrected and improved
  29.                  - Filesystem  type  is  now  read  from block 0 instead of
  30.                    reading  it from the DOS node, because the latter always
  31.                    contains DOS\0 for Amiga floppies
  32.                  - Minor bugfixes
  33.  
  34. Apr-30 1995 V1.3 - If the partition with LIBS: on it is to be handled,
  35.                    PackDev could not open XPK (sub-)libraries, fixed
  36.                  - Minimum XPK buffer size corrected
  37.                  - TESTFILE parameter added
  38.                  - Checksums installed, in case an xpk packer doesn't keep
  39.                    them..
  40.                  - Argument handling changed (you got me, Christian...)
  41.                  - BLOCKLIST parameter added
  42.                  - PASSWORD parameter added
  43.  
  44. Jul-02 1995 V1.4 - OS 2.0 workaround: Filesystems cannot be inhibited if
  45.                    the DosList is locked. Now it is unlocked before
  46.                    inhibiting (Thanks, Golly).
  47.                  - Bugfix: DosList was locked with LDF_READ|LDF_DEVICES,
  48.                    but unlocked with LDF_READ|LDF_VOLUMES.
  49.                  - Minor docfile editing
  50.  
  51. Aug-17 1995 V1.5 - Read/write error output/user interaction was only done
  52.                    if QUIET or NOCONFIRM were set. This must be vice versa,
  53.                    of course (Thanks Dirk)
  54.                  - Documentation is now in Amigaguide format (Thanks to
  55.                    Edd Dumbill, the author of Heddley, a great Amigaguide
  56.                    editor)
  57.  
  58. Sep-03 1995 V1.6 - Added new parameters: TDFLABEL, NOVERIFY, TRUENAME
  59.                  - TDFORMAT does no longer write label buffers, use TDFLABEL
  60.                    for this in future
  61.                  - XPK timing docs revised
  62.                  - Guide file improved
  63.                  - The guide became longer than the executable :-)
  64.  
  65. Sep-17 1995 V1.7 - Filename handling bug when reading fixed
  66.                  - On an 68000 packdev crashed when writing to a disk
  67.                    (casted a char * to long *; reading a longword
  68.                    from an uneven address crashes 68000/68010 systems)
  69.                  - Stupid bug with format options fixed (any specification
  70.                    if disk formatting was rejected)
  71.                  - FORCE keyword added
  72.                  - Minor guide file editing
  73.                  - Thanks to Bosch and Dirk for reporting the bugs
  74.  
  75. Apr-15 1996 V1.8 - FORCE keyword  wasn't set as /S/O, fixed.
  76.                  - Version ID of archives wasn't 1.6 in V1.7, fixed.
  77.                  - If the DosList (list of devices, assigns and volumes)
  78.                    or the device is in use, now 10 seconds will be waited
  79.                    respectively.
  80.                  - A "0" was printed when calling PackDev. This was debugging
  81.                    info. Removed.
  82.                  - Minor guide file editing
  83.                  - Thanks to Dirk for reporting the bugs
  84.  
  85. 20-Mar 1997 V1.9 - PackDev can read floppies with unsupported
  86.                    filesystems again (Thanks Dirk)
  87.                  - Not keeping checksums when reading without packing
  88.                    changes from being undocumented feature to a documented
  89.                    one ;-) See documentation about PACK parameter
  90.                  - When PackDev was started with no disk in drive and
  91.                    this was done when you were prompted to do so, the
  92.                    disk was always treated as if it doesn't have a
  93.                    filesystem. Fixed.
  94.                  - potential bug removed that may hvae been appeared
  95.                    in some future version
  96.                  - Documentation now contains my updated email
  97.                    address, so I can get bug reports again ;-)
  98.  
  99. 05-Oct 1998 V1.9 - Source code included, no changes to progam
  100.  
  101.            BYE BYE AMIGA, it was a wonderrful time...
  102.  
  103.  
  104. -------- ANOTHER FINE PHANTASM TOOL --------
  105. ____________ ________ _________  ____ _____
  106. ____  /  /  /__ ____ _\ ._ __  /  __/___ _/
  107. _/ __/     /    /  / /// /    /__  / / / /
  108. ___//__/__/_/__/__/__/__/_/__/___ /_/_/_/LNF
  109.  
  110.  
  111. ============================= Archive contents =============================
  112.  
  113. Original  Packed Ratio    Date     Time    Name
  114. -------- ------- ----- --------- --------  -------------
  115.      128     125  2.3% 29-Jul-94 11:47:34 +CountBits.o
  116.      570     324 43.1% 29-Jul-94 12:14:26 +CountBits.s
  117.    23724   11607 51.0% 20-Mar-97 22:36:12 +PackDev
  118.    61690   18252 70.4% 09-Oct-97 22:21:14 +PackDev.c
  119.    33800   12435 63.2% 06-Oct-98 22:00:56 +PackDev.guide
  120.      124      92 25.8% 20-Mar-97 22:36:12 +PackDev.lnk
  121.    26160   13287 49.2% 20-Mar-97 22:36:12 +PackDev.o
  122.     5285    2202 58.3% 06-Oct-98 21:57:56 +PackDev1_9.readme
  123.      256     173 32.4% 06-Oct-98 21:36:04 +SCOPTIONS
  124.      184     137 25.5% 06-Oct-98 22:11:28 +SOURCECODES.txt
  125. -------- ------- ----- --------- --------
  126.   151921   58634 61.4% 07-Oct-98 01:22:14   10 files
  127.